Pocketbase Kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Pocketbase Kotlin
Pocketbase Kotlin
/
io.github.agrevster.pocketbaseKotlin.services
/
BatchService
Batch
Service
class
BatchService
(
val
client
:
PocketbaseClient
)
:
BaseService
Members
Constructors
Batch
Service
Link copied to clipboard
constructor
(
client
:
PocketbaseClient
)
Properties
client
Link copied to clipboard
val
client
:
PocketbaseClient
Functions
send
Link copied to clipboard
suspend
fun
send
(
setup
:
BatchRequestBuilder
.
(
)
->
Unit
)
:
List
<
BatchResponse
>
Batch and transactional create/update/upsert/delete of multiple records in a single request.